Spread Windows Forms 12.0 Product Documentation
CopyTo(Style[]) Method


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > StyleCollection Class > CopyTo Method : CopyTo(Style[]) Method
An array of type Style serving as the destination for the copy action.
Copies the items of the StyleCollection to a compatible one-dimensional array of type Style, starting from the first index of the target array.
Syntax
'Declaration
 
Public Overloads Sub CopyTo( _
   ByVal array() As Style _
) 
'Usage
 
Dim instance As StyleCollection
Dim array() As Style
 
instance.CopyTo(array)
public void CopyTo( 
   Style[] array
)

Parameters

array
An array of type Style serving as the destination for the copy action.
See Also

Reference

StyleCollection Class
StyleCollection Members
Overload List